home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / jungle / jungle.jar / JungleScreen$Bubble.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-05-16  |  548 b   |  30 lines

  1. class JungleScreen$Bubble {
  2.    // $FF: renamed from: x int
  3.    int field_0;
  4.    // $FF: renamed from: y int
  5.    int field_1;
  6.    int frame;
  7.    int counter;
  8.    int type;
  9.    // $FF: synthetic field
  10.    private final JungleScreen this$0;
  11.  
  12.    JungleScreen$Bubble(JungleScreen var1, int var2, int var3, int var4, int var5) {
  13.       this.this$0 = var1;
  14.       this.field_0 = var2;
  15.       this.field_1 = var3;
  16.       this.frame = var4;
  17.       this.type = var5;
  18.       this.counter = 0;
  19.    }
  20.  
  21.    void update() {
  22.       if (this.type == 0) {
  23.          --this.field_1;
  24.       } else if (this.type == 1) {
  25.          this.field_1 += 2;
  26.       }
  27.  
  28.    }
  29. }
  30.